github.com/andybalholm/brotli/flate.huffmanBitWriter.dst (field)

14 uses

	github.com/andybalholm/brotli/flate (current package)
		huffman_bit_writer.go#L66: 	dst []byte
		huffman_bit_writer.go#L96: 	dst := w.dst
		huffman_bit_writer.go#L107: 	w.dst = dst
		huffman_bit_writer.go#L117: 		w.dst = append(w.dst,
		huffman_bit_writer.go#L133: 		w.dst = append(w.dst, byte(w.bits))
		huffman_bit_writer.go#L137: 	w.dst = append(w.dst, bytes...)
		huffman_bit_writer.go#L286: 		w.dst = append(w.dst,
		huffman_bit_writer.go#L507: 	w.dst = dst
		huffman_bit_writer.go#L514: 	dst = w.dst
		huffman_bit_writer.go#L515: 	w.dst = nil